tests: add CHECK_CONV_FLOAT to common.inc
authorEll <ell_se@yahoo.com>
Thu, 8 Jun 2017 13:02:35 +0000 (09:02 -0400)
committerEll <ell_se@yahoo.com>
Thu, 8 Jun 2017 17:57:36 +0000 (13:57 -0400)
commitc8b5eee3f86a49bd093929f0bd16ef780de88c67
tree0ebbafb7a8050aa6035e1ca649d07309b4b2cd58
parentf03ef9b744b8a531ca1ed696681351dd63ab2d9c
tests: add CHECK_CONV_FLOAT to common.inc

Like CHECK_CONV, but for floating point destination types.

Use CHECK_CONV_FLOAT in hsva.c and hsl.c, instead of custom
CHECK_CONV implementations.  To be used by another test soon.
tests/common.inc
tests/hsl.c
tests/hsva.c